From: Dirk Brenken Date: Sun, 19 Oct 2025 18:23:36 +0000 (+0200) Subject: luci-app-travelmate: sync with update 2.2.1-2 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22http:/www.crowdsec.net/%22/%22https:/collectd.org/%22http:/www.crowdsec.net/%22?a=commitdiff_plain;h=f67c6769ed966eb2f32674f83909377457ab87cb;p=project%2Fluci.git luci-app-travelmate: sync with update 2.2.1-2 Signed-off-by: Dirk Brenken --- diff --git a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js index 65a7da7f9d..e81fed8bf0 100644 --- a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js +++ b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js @@ -361,6 +361,12 @@ return view.extend({ o.datatype = 'range(0,30)'; o.rmempty = true; + o = s.taboption('general', form.DynamicList, 'trm_ssidfilter', _('Filter AutoAdd SSIDs'), _('List of SSID patterns for filtering/skipping specific open uplinks, e.g. \'Chromecast*\'')); + o.depends('trm_autoadd', '1'); + o.multiple = true; + o.nocreate = false; + o.rmempty = true; + /* additional settings tab */